Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Flubu to .NET Open Source Developer Projects #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mzorec
Copy link

@mzorec mzorec commented Apr 3, 2018

Flubu is A C# build automation tool for building projects and executing deployment scripts using C# code.

github: https://github.com/flubu-core/flubu.core

Flubu main features / advantages

  • Net Core support (works also on linux and macOS).
  • Easy to learn and to use because you write build script entirely in C#.
  • Quite a lot of built in tasks (compile, running tests, managing iis, creating deploy package, publishing nuget packages, executing powershell scripts...)
  • Write your own custom c# code in script and execute it.
  • Run any external program in script.
  • Reference any .net library or c# source code file in buildscript.
  • Fluent interface and intelisense.
  • Write tests, debug your build script.
  • Use flubu tasks in any other application.
  • Web api is available for flubu. Useful for automated deployments remotely.
  • Write your own flubu tasks and extend flubu fluent interface with them.

…d automation tool for building projects and executing deployment scripts using C# code.

github: https://github.com/flubu-core/flubu.core

Flubu main features / advantages

Net Core support (works also on linux and macOS).
Easy to learn and to use because you write build script entirely in C#.
Quite a lot of built in tasks (compile, running tests, managing iis, creating deploy package, publishing nuget packages, executing powershell scripts...)
Write your own custom c# code in script and execute it.
Run any external program in script.
Reference any .net library or c# source code file in buildscript.
Fluent interface and intelisense.
Write tests, debug your build script.
Use flubu tasks in any other application.
Web api is available for flubu. Useful for automated deployments remotely.
Write your own flubu tasks and extend flubu fluent interface with them.
@mzorec mzorec changed the title Add Flubu to .NET Open Source Developer Projects - Flubu is A C# build automation tool for building projects and executing deployment scripts using C# code. Add Flubu to .NET Open Source Developer Projects Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant